home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00141_Script_ShrinkText < prev    next >
Text File  |  1999-02-25  |  662b  |  19 lines

  1. on mouseUp me
  2.   set the width of sprite 16 = the width of sprite 16 / 1.5
  3.   set the height of sprite 16 = the height of sprite 16 / 1.5
  4.   
  5.   set the width of sprite 17 = the width of sprite 17 / 1.5
  6.   set the height of sprite 17 = the height of sprite 17 / 1.5
  7.   
  8.   set the width of sprite 18 = the width of sprite 18 / 1.5
  9.   set the height of sprite 18 = the height of sprite 18 / 1.5
  10.   
  11.   set the width of sprite 14 = the width of sprite 14 / 1.5
  12.   set the height of sprite 14 = the height of sprite 14 / 1.5
  13.   
  14.   set the width of sprite 15 = the width of sprite 15 / 1.5
  15.   set the height of sprite 15 = the height of sprite 15 / 1.5
  16.   
  17. end
  18.  
  19.